net/http.persistConn.writech (field)
4 uses
net/http (current package)
transport.go#L1774: writech: make(chan writeRequest, 1),
transport.go#L2129: writech chan writeRequest // written by roundTrip; read by writeLoop
transport.go#L2653: case wr := <-pc.writech:
transport.go#L2882: pc.writech <- writeRequest{req, writeErrCh, continueCh}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)